myaac/system/src/Exceptions/SensitiveException.php

8 lines
84 B
PHP

<?php
namespace MyAAC\Exceptions;
class SensitiveException extends \Exception
{
}