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

11 lines
119 B
PHP

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