Version 3 release. Major re-write

This commit is contained in:
David Wakelin 2021-08-09 17:33:50 +01:00
commit f9b49002c7
1507 changed files with 6592 additions and 94204 deletions

View file

@ -0,0 +1,9 @@
<?php
namespace SpacesAPI\Exceptions;
use Exception;
class SpacesException extends Exception
{
}