3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-02-04 13:35:41 +00:00
Files
snipe-it/app/Exceptions/AssetNotRequestable.php
2024-10-23 12:56:36 -05:00

10 lines
98 B
PHP

<?php
namespace App\Exceptions;
use Exception;
class AssetNotRequestable extends Exception
{
}