1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-02-17 03:51:06 +01:00
openstamanager/app/Exceptions/LegacyExitException.php
2021-02-19 14:39:39 +01:00

10 lines
98 B
PHP

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