src/DocBlox/Parser/Exception.php
Show:
inherited
Table of Contents
- Author
-
Mike van Riel
- Category
- DocBlox
- Copyright
- 2010-2011 Mike van Riel / Naenius (http://www.naenius.com)
- License
-
MIT
- Link
-
http://docblox-project.org
- Package
- Parser
\DocBlox_Parser_Exception
Package: ParserProvides the basic exception for the parser package.
- Parent(s)
- \Exception
- Author
-
Mike van Riel
- Category
- DocBlox
- License
-
MIT
- Link
-
http://docblox-project.org
Constants
NO_FILES_FOUND
= 2
Methods
__construct(
)
:
void
inherited
Inherited from:
\Exception::__construct()
__toString(
)
:
void
inherited
Inherited from:
\Exception::__toString()
getCode(
)
:
void
finalinherited
Inherited from:
\Exception::getCode()
getFile(
)
:
void
finalinherited
Inherited from:
\Exception::getFile()
getLine(
)
:
void
finalinherited
Inherited from:
\Exception::getLine()
getMessage(
)
:
void
finalinherited
Inherited from:
\Exception::getMessage()
getPrevious(
)
:
void
finalinherited
Inherited from:
\Exception::getPrevious()
getTrace(
)
:
void
finalinherited
Inherited from:
\Exception::getTrace()
getTraceAsString(
)
:
void
finalinherited
Inherited from:
\Exception::getTraceAsString()