Element index for namespace exceptions

[ a ] [ d ] [ f ] [ g ] [ i ] [ m ] [ n ] [ _ ]

_

__construct
in file exceptions.php, method InvalidStateException::__construct()
__construct
in file exceptions.php, method FatalErrorException::__construct()
top

a

ArgumentOutOfRangeException
in file exceptions.php, class ArgumentOutOfRangeException
    The exception that is thrown when the value of an argument is outside the allowable range of values as defined by the invoked method.
top

d

DeprecatedException
in file exceptions.php, class DeprecatedException
    The exception that is thrown when a requested method or operation is deprecated.
DirectoryNotFoundException
in file exceptions.php, class DirectoryNotFoundException
    The exception that is thrown when part of a file or directory cannot be found.
top

f

FatalErrorException
in file exceptions.php, class FatalErrorException
    The exception that indicates errors that can not be recovered from. Execution of the script should be halted.
FileNotFoundException
in file exceptions.php, class FileNotFoundException
    The exception that is thrown when accessing a file that does not exist on disk.
top

g

getSeverity
in file exceptions.php, method FatalErrorException::getSeverity()
top

i

InvalidStateException
in file exceptions.php, class InvalidStateException
    The exception that is thrown when a method call is invalid for the object's current state, method has been invoked at an illegal or inappropriate time.
IOException
in file exceptions.php, class IOException
    The exception that is thrown when an I/O error occurs.
top

m

MemberAccessException
in file exceptions.php, class MemberAccessException
    The exception that is thrown when accessing a class member (property or method) fails.
top

n

NotImplementedException
in file exceptions.php, class NotImplementedException
    The exception that is thrown when a requested method or operation is not implemented.
NotSupportedException
in file exceptions.php, class NotSupportedException
    The exception that is thrown when an invoked method is not supported. For scenarios where it is sometimes possible to perform the requested operation, see InvalidStateException.
top