mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-17 19:23:27 +02:00
Refactoring classes into src/ folder, so they will be auto-loaded by composer
This commit is contained in:
7
system/src/Exceptions/SensitiveException.php
Normal file
7
system/src/Exceptions/SensitiveException.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
namespace MyAAC\Exceptions;
|
||||
|
||||
class SensitiveException extends \Exception
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user