openstamanager/app/Exceptions/LegacyExitException.php

11 lines
99 B
PHP

<?php
namespace App\Exceptions;
use Exception;
class LegacyExitException extends Exception
{
}