Spaces-API/SpacesAPI/Exceptions/SpaceExistsException.php
2021-08-09 17:33:50 +01:00

8 lines
104 B
PHP

<?php
namespace SpacesAPI\Exceptions;
use Exception;
class SpaceExistsException extends Exception {}