3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-04-02 14:01:08 +00:00
Files
snipe-it/app/Exceptions/ItemStillHasChildren.php
2026-03-13 16:32:11 +00:00

15 lines
246 B
PHP

<?php
namespace App\Exceptions;
use Exception;
class ItemStillHasChildren extends Exception
{
// public function __construct($message, $code = 0, Exception $previous = null, $parent, $children)
// {
// trans()
//
// }
}