mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-28 18:29:21 +02:00
8 lines
84 B
PHP
8 lines
84 B
PHP
<?php
|
|
|
|
namespace MyAAC\Exceptions;
|
|
|
|
class SensitiveException extends \Exception
|
|
{
|
|
}
|