mirror of
https://github.com/snipe/snipe-it.git
synced 2026-03-01 22:10:25 +00:00
11 lines
120 B
PHP
11 lines
120 B
PHP
<?php
|
|
|
|
namespace App\Exceptions;
|
|
|
|
use Exception;
|
|
|
|
class ItemStillHasAccessories extends ItemStillHasChildren
|
|
{
|
|
//
|
|
}
|