3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-08-18 11:15:42 +00:00
Files
snipe-it/app/Exceptions/ItemStillHasAssets.php
2026-03-13 16:32:11 +00:00

6 lines
91 B
PHP

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