symfony API

sfActionException Class

« Back to API menu

action

addon

cache

config

controller

countable

database

debug

exception

filter

generator

helper

i18n

log

request

response

storage

test

user

util

validator

view

You are currently browsing the symfony documentation for the 1.0 version. Switch to:

sfActionException is thrown when an error occurs in an action.

Method Summary

  • __construct($message = null, $code)
    Class constructor.

Method Details

  • __construct ($message = null, $code)

    $message The error message
    $code The error code

    Class constructor.