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