Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Exception
C# Class Exception, peachpie
Inheritance:
System.Exception
Mostra file
Open project: iolevel/peachpie
Class Usage Examples
Public Methods
Method
Description
__toString
( ) :
string
getCode
( ) :
int
getFile
( ) :
string
getLine
( ) :
int
getMessage
( ) :
string
getPrevious
( ) :
Throwable
getTrace
( ) :
PhpArray
getTraceAsString
( ) :
string
Method Details
__toString()
public
method
public
__toString
( ) :
string
return
string
getCode()
public
method
public
getCode
( ) :
int
return
int
getFile()
public
method
public
getFile
( ) :
string
return
string
getLine()
public
method
public
getLine
( ) :
int
return
int
getMessage()
public
method
public
getMessage
( ) :
string
return
string
getPrevious()
public
method
public
getPrevious
( ) :
Throwable
return
Throwable
getTrace()
public
method
public
getTrace
( ) :
PhpArray
return
PhpArray
getTraceAsString()
public
method
public
getTraceAsString
( ) :
string
return
string