0
0
mirror of https://github.com/sp-tarkov/db-website.git synced 2025-02-08 15:50:46 -05:00
db-website/api/app/Exceptions/ItemNotFoundException.php
2023-03-02 20:51:47 -05:00

11 lines
101 B
PHP

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