Skip to content

Commit

Permalink
Add exception class to autoload
Browse files Browse the repository at this point in the history
Signed-off-by: Igor Ilic <[email protected]>
  • Loading branch information
gigili committed Mar 21, 2021
1 parent b6f60bd commit 3eeeafd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
},
"autoload": {
"psr-4": {
"Gac\\Routing\\": "./"
"Gac\\Routing\\": "./",
"Gac\\Routing\\Exceptions\\": "./"
}
}
}

0 comments on commit 3eeeafd

Please sign in to comment.