mirror of
https://github.com/SociallyDev/Spaces-API.git
synced 2025-07-05 20:41:31 -07:00
9 lines
109 B
PHP
9 lines
109 B
PHP
<?php
|
|
|
|
namespace SpacesAPI\Exceptions;
|
|
|
|
use Exception;
|
|
|
|
class FileDoesntExistException extends Exception
|
|
{
|
|
}
|