3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-02-04 18:05:26 +00:00
Files
snipe-it/app/Exceptions/ItemStillHasChildren.php
2025-08-20 22:58:39 -05:00

15 lines
243 B
PHP

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