Closed garak closed 1 year ago
When the object is created via new Shortid($string) there's no validation, currently. We should add a native exception, and raise it when the passed string is invalid.
new Shortid($string)
When the object is created via
new Shortid($string)
there's no validation, currently. We should add a native exception, and raise it when the passed string is invalid.