EmptyStringException
public function __construct(string $prefix) { if ($prefix === '') { throw new EmptyStringException(); } $this->prefix = $prefix; }