Overview

Namespaces

  • GLFramework
    • Cache
    • Controller
    • DaMa
      • Manipulators
    • Database
    • HTTP
    • Mail
    • Middleware
    • Model
    • Module
    • Tests
    • Upload
    • Utils
  • None

Classes

  • AdminController
  • APIController
  • AuthController
  • ErrorController
  • ExceptionController
  • Overview
  • Namespace
  • Class

Class ExceptionController

GLFramework\Controller
Extended by GLFramework\Controller\ErrorController
Extended by GLFramework\Controller\ExceptionController
Namespace: GLFramework\Controller
Located at Controller/ExceptionController.php
Methods summary
public
# __construct( $exception )

ExceptionController constructor.

ExceptionController constructor.

Parameters

$exception
\Exception

Overrides

GLFramework\Controller\ErrorController::__construct()
public mixed
# run( )

Implementar aqui el código que ejecutara nuestra aplicación

Implementar aqui el código que ejecutara nuestra aplicación

Returns

mixed

Overrides

GLFramework\Controller\ErrorController::run()
Methods inherited from GLFramework\Controller
addMessage(), addMiddleware(), call(), csrf(), display(), generate_csrf(), getDb(), getLink(), getMessages(), getResource(), getResponse(), getTemplate(), getUploads(), getView(), log(), middleware(), quit(), redirection(), restoreMessages(), setContentType(), setTemplate(), shareMessages()
Properties summary
public $trace
# null
Properties inherited from GLFramework\Controller\ErrorController
$error, $refer
Properties inherited from GLFramework\Controller
$admin, $config, $description, $directory, $messages, $module, $name, $params, $redirect, $response, $title
API documentation generated by ApiGen