mirror of
https://github.com/snipe/snipe-it.git
synced 2026-08-18 11:15:42 +00:00
6 lines
90 B
PHP
6 lines
90 B
PHP
<?php
|
|
|
|
namespace App\Exceptions;
|
|
|
|
class ItemStillHasUsers extends ItemStillHasChildren {}
|