3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-04-04 06:48:49 +00:00
Files
snipe-it/app/Exceptions/ItemStillHasComponents.php
2026-03-13 16:32:11 +00:00

9 lines
103 B
PHP

<?php
namespace App\Exceptions;
class ItemStillHasComponents extends ItemStillHasChildren
{
//
}