mirror of
https://github.com/snipe/snipe-it.git
synced 2026-02-04 18:05:26 +00:00
15 lines
243 B
PHP
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()
|
|
//
|
|
//}
|
|
}
|