mirror of
https://github.com/anikeen-com/id.git
synced 2026-03-13 21:56:14 +00:00
11 lines
132 B
PHP
11 lines
132 B
PHP
<?php
|
|
|
|
namespace Anikeen\Id\Exceptions;
|
|
|
|
use Anikeen\Id\Result;
|
|
use Exception;
|
|
|
|
class ResourceException extends Exception
|
|
{
|
|
//
|
|
} |