mirror of
https://github.com/SociallyDev/Spaces-API.git
synced 2025-08-14 02:27:23 -07:00
Version 3 release. Major re-write
This commit is contained in:
parent
127ad7e14a
commit
f9b49002c7
1507 changed files with 6592 additions and 94204 deletions
7
SpacesAPI/Exceptions/SpaceExistsException.php
Normal file
7
SpacesAPI/Exceptions/SpaceExistsException.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?php
|
||||
|
||||
namespace SpacesAPI\Exceptions;
|
||||
|
||||
use Exception;
|
||||
|
||||
class SpaceExistsException extends Exception {}
|
Loading…
Add table
Add a link
Reference in a new issue