1
0
Fork 0
mirror of synced 2024-06-29 19:50:26 +12:00
appwrite/src/Appwrite/Database/Exception/Structure.php
2020-03-24 19:56:32 +02:00

8 lines
86 B
PHP

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