mirror of
https://github.com/appwrite/appwrite
synced 2026-04-25 15:37:18 +00:00
7 lines
89 B
PHP
7 lines
89 B
PHP
<?php
|
|
|
|
namespace Appwrite\Tests\Async\Exceptions;
|
|
|
|
class Critical extends \Exception
|
|
{
|
|
}
|