Website/items/app/Exceptions/ItemNotFoundException.php
Ereshkigal c13b82c591 items website
Made by Shirito and Revingly
Original repo: https://dev.sp-tarkov.com/Rev/spt-items-api
2021-10-27 20:06:16 +02:00

11 lines
101 B
PHP

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