openstamanager/app/Exceptions/LegacyExitException.php

10 lines
98 B
PHP

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