Provide an ability to override Exception class - #19
Conversation
| return mb_strwidth($value, $encoding); | ||
| } | ||
|
|
||
| protected static function createException($message) |
There was a problem hiding this comment.
Have you considered a name like createInvalidArgumentException? We may (though unlikely) want to introduce ie LogicExceptions in the future. That would make a name like createException be too vague.
There was a problem hiding this comment.
Yeah, you're right! I did not think about this possibility and will fix the name.
|
Should I fix anything else to get the PR merged? |
|
Hi :) I don't see a problem with that change. Thanks! |
|
@webmozart When do you plan to release the new version with this change? |
|
I miss new release as well ;) |
|
Is this PR going to be released? I can't see the |
|
@deployable it was never released, it was modified with #22 and then release together. |
|
@keradus I see, thanks! |
This PR is attended to fixes #17