change exception name

This commit is contained in:
Guillermo Dev
2018-10-09 01:34:40 +02:00
parent e75a388eb0
commit 8b95056df4
2 changed files with 2 additions and 3 deletions

View File

@@ -16,4 +16,4 @@ class UsageException extends WebException {
const TOO_FEW_ARGS = 103;
const TOO_MANY_ARGS = 104;
}
}