ORIENT/modules/backend/helpers/exception/DecompileException.php

8 lines
129 B
PHP

<?php namespace Backend\Helpers\Exception;
use ApplicationException;
class DecompileException extends ApplicationException
{
}