mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-02-10 07:53:44 +08:00
11 lines
136 B
PHP
11 lines
136 B
PHP
|
<?php
|
||
|
|
||
|
namespace Buzz\Exception;
|
||
|
|
||
|
/**
|
||
|
* Thrown whenever a client process fails.
|
||
|
*/
|
||
|
class ClientException extends RuntimeException
|
||
|
{
|
||
|
}
|