initial commit
This commit is contained in:
commit
e869a1cab4
107 changed files with 9029 additions and 0 deletions
7
app/library/Navigation/Exception.php
Normal file
7
app/library/Navigation/Exception.php
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<?php
|
||||
|
||||
namespace Navigation;
|
||||
|
||||
class Exception extends \Exception
|
||||
{
|
||||
}
|
||||
Reference in a new issue