3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-04-02 22:11:01 +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 {}