mirror of
https://github.com/snipe/snipe-it.git
synced 2026-02-05 03:45:24 +00:00
10 lines
108 B
PHP
10 lines
108 B
PHP
<?php
|
|
|
|
namespace App\Exceptions;
|
|
|
|
use Exception;
|
|
|
|
class ItemStillHasAssets extends ItemStillHasChildren
|
|
{
|
|
}
|