aa9160aed1
Made by Shirito and Revingly Original repo: https://dev.sp-tarkov.com/Rev/spt-items-api
11 lines
101 B
PHP
11 lines
101 B
PHP
<?php
|
|
|
|
namespace App\Exceptions;
|
|
|
|
use Exception;
|
|
|
|
class ItemNotFoundException extends Exception
|
|
{
|
|
|
|
}
|