Skip to content

Commit

Permalink
Move exceptions to framework package
Browse files Browse the repository at this point in the history
  • Loading branch information
puleeno committed Apr 6, 2024
1 parent 8bf5ea3 commit cf4741d
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 117 deletions.
2 changes: 1 addition & 1 deletion app/Common/Option.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace App\Common;

use Quagga\Quagga\Helper;
use App\Exceptions\ClassNotFoundException;
use Quagga\Quagga\Exceptions\ClassNotFoundException;
use ReflectionClass;

final class Option
Expand Down
9 changes: 0 additions & 9 deletions app/Exceptions/CanNotResolveParamException.php

This file was deleted.

13 changes: 0 additions & 13 deletions app/Exceptions/ClassNotFoundException.php

This file was deleted.

9 changes: 0 additions & 9 deletions app/Exceptions/ContainerException.php

This file was deleted.

16 changes: 0 additions & 16 deletions app/Exceptions/ExtensionException.php

This file was deleted.

9 changes: 0 additions & 9 deletions app/Exceptions/InvalidApplicationException.php

This file was deleted.

20 changes: 0 additions & 20 deletions app/Exceptions/InvalidAssetTypeException.php

This file was deleted.

9 changes: 0 additions & 9 deletions app/Exceptions/InvalidTemplateException.php

This file was deleted.

18 changes: 0 additions & 18 deletions app/Exceptions/NotCallableException.php

This file was deleted.

13 changes: 0 additions & 13 deletions app/Exceptions/NotFoundExtensionException.php

This file was deleted.

0 comments on commit cf4741d

Please sign in to comment.