appwrite/src/Database/Exception/Authorization.php
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

7 lines
81 B
PHP

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