mirror of
https://github.com/Neetpone/ponepaste.git
synced 2025-03-12 14:40:09 +01:00
9 lines
118 B
PHP
9 lines
118 B
PHP
<?php
|
|
|
|
namespace Illuminate\Support;
|
|
|
|
use RuntimeException;
|
|
|
|
class ItemNotFoundException extends RuntimeException
|
|
{
|
|
}
|