Files
snipe-it/app/Exceptions/ModelStillHasChildren.php
T
2025-06-12 15:19:49 -05:00

15 lines
244 B
PHP

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