webmozarts / assert

Assertions to validate method input/output with nice error messages.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Assert::isCounteble throw "Class 'ResourceBundle' not found" error

dobro-lubov opened this issue · comments

commented

fix #200

How did you trigger this error, an instanceof check on a class that does not exists shouldn't give any errors: https://3v4l.org/9e9NV

commented

@BackEndTea Really you are right. thx