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

10 lines
108 B
PHP

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