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