poggit / libasynql

Asynchronous MySQL access library for PocketMine plugins.
https://poggit.github.io/libasynql
Apache License 2.0
132 stars 44 forks source link

Fix InvalidArgumentException class not found due to missing import #28

Closed Ifera closed 4 years ago

Ifera commented 4 years ago

@matcracker you forgot this :(

matcracker commented 4 years ago

Woops

Import the exception use InvalidArgumentException instead of adding the \

Ifera commented 4 years ago

Isn't it the same thing?

matcracker commented 4 years ago

Yes, but we follow the same standard by importing each function