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

11 lines
101 B
PHP
Raw Normal View History

2023-03-02 20:51:47 -05:00
<?php
namespace App\Exceptions;
use Exception;
class ItemNotFoundException extends Exception
{
}