mirror of
https://github.com/sp-tarkov/db-website.git
synced 2025-02-08 12:50:46 -05:00
11 lines
101 B
PHP
11 lines
101 B
PHP
|
<?php
|
||
|
|
||
|
namespace App\Exceptions;
|
||
|
|
||
|
use Exception;
|
||
|
|
||
|
class ItemNotFoundException extends Exception
|
||
|
{
|
||
|
|
||
|
}
|