mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
35680bbae9
code is consisted with PSR-1 + PSR-2
8 lines
77 B
PHP
8 lines
77 B
PHP
<?php
|
|
|
|
namespace Database\Exception;
|
|
|
|
class Structure extends \Exception
|
|
{
|
|
}
|