mirror of
https://github.com/snipe/snipe-it.git
synced 2026-02-04 16:45:34 +00:00
11 lines
121 B
PHP
11 lines
121 B
PHP
<?php
|
|
|
|
namespace App\Exceptions;
|
|
|
|
use Exception;
|
|
|
|
class ItemStillHasMaintenances extends ItemStillHasChildren
|
|
{
|
|
//
|
|
}
|