Exakat\Exceptions\HelperException::__construct PHP Method

__construct() public method

public __construct ( $helper = '', $code, Exception $previous = null )
$previous Exception
    public function __construct($helper = '', $code = 0, \Exception $previous = null)
    {
        parent::__construct($helper . ' not found. Please, check exakat doctor to ensure all helpers are available', $code, $previous);
    }
HelperException