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

9 lines
104 B
PHP

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