mirror of
https://github.com/slawkens/myaac.git
synced 2025-12-05 09:06:52 +01: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