FOF30\Factory\Exception\TransparentAuthenticationNotFound::__construct PHP Метод

__construct() публичный Метод

public __construct ( $taClass, $code = 500, Exception $previous = null )
$previous Exception
    public function __construct($taClass, $code = 500, Exception $previous = null)
    {
        $message = \JText::sprintf('LIB_FOF_TRANSPARENTAUTH_ERR_NOT_FOUND', $taClass);
        parent::__construct($message, $code, $previous);
    }
TransparentAuthenticationNotFound