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

9 lines
104 B
PHP

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