Website/items/app/Exceptions/ItemNotFoundException.php
SPT-dev aa9160aed1 items website
Made by Shirito and Revingly
Original repo: https://dev.sp-tarkov.com/Rev/spt-items-api
2023-03-02 21:11:54 -05:00

11 lines
101 B
PHP

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