Autoloading issues
pandabadger opened this issue · 0 comments
pandabadger commented
Some issues after the recent autoloading changes:
psr-4 is case sensitive, i.e. cryptonote.php must be Cryptonote.php, or the class renamed. Same with Serialize, Varint.
Namespaced classes using the standard Exceptions class also now need 'use Exception;'