ultimatepos/Modules/Maintenance/Exceptions/MaintenanceAccountingException.php

10 lines
139 B
PHP

<?php
namespace Modules\Maintenance\Exceptions;
use RuntimeException;
class MaintenanceAccountingException extends RuntimeException
{
}