10 lines
139 B
PHP
10 lines
139 B
PHP
<?php
|
|
|
|
namespace Modules\Maintenance\Exceptions;
|
|
|
|
use RuntimeException;
|
|
|
|
class MaintenanceAccountingException extends RuntimeException
|
|
{
|
|
}
|