/
home
/
obinna
/
html
/
mixchief_app
/
vendor
/
kriswallsmith
/
buzz
/
lib
/
Exception
/
Upload File
HOME
<?php declare(strict_types=1); namespace Buzz\Exception; /** * Thrown whenever a required call-flow is not respected. */ class LogicException extends \LogicException implements ExceptionInterface { }