Files
appwrite/src/Database/Exception/Structure.php
T
eldadfux 35680bbae9 Run PHP-CS-FIXER to make sure
code is consisted with PSR-1 + PSR-2
2019-09-06 20:04:26 +03:00

8 lines
77 B
PHP

<?php
namespace Database\Exception;
class Structure extends \Exception
{
}