for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* @author oliverde8<[email protected]>
* @category @category oliverde8/ComfyBundle
*/
namespace oliverde8\ComfyBundle\Exception;
use Throwable;
class UnknownScopeException extends ComfyException
{
public function __construct($message = "", $code = 0, Throwable $previous = null)
parent::__construct($message, $code, $previous);
}