Files
snipe-it/app/Exceptions/ItemStillHasChildren.php

15 lines
243 B
PHP
Raw Permalink Normal View History

<?php
namespace App\Exceptions;
use Exception;
2025-08-20 22:58:39 -05:00
class ItemStillHasChildren extends Exception
{
//public function __construct($message, $code = 0, Exception $previous = null, $parent, $children)
//{
// trans()
//
//}
}