snappymail/rainloop/v/1.2.5.406/app/libraries/Buzz/Exception/LogicException.php
2013-09-24 23:04:44 +04:00

10 lines
179 B
PHP

<?php
namespace Buzz\Exception;
/**
* Thrown whenever a required call-flow is not respected.
*/
class LogicException extends \LogicException implements ExceptionInterface
{
}