mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-11 00:14:50 +03:00
10 lines
179 B
PHP
10 lines
179 B
PHP
<?php
|
|
|
|
namespace Buzz\Exception;
|
|
|
|
/**
|
|
* Thrown whenever a required call-flow is not respected.
|
|
*/
|
|
class LogicException extends \LogicException implements ExceptionInterface
|
|
{
|
|
}
|