diff --git a/composer.json b/composer.json index b41fc3f..18704b6 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,8 @@ "Config\\": "src/Config", "Repositories\\": "src/Repositories", "Utils\\": "src/Utils", - "Controllers\\": "src/Controllers" + "Controllers\\": "src/Controllers", + "Exceptions\\": "src/Exceptions" } } }