dcl ~master (2016-06-23T19:33:39Z)
Dub
Repo
CLCallException
dcl
error
class
CLCallException :
CLException
{
string
func
;
string
[
2
][]
args
;
CLError
error
;
this
(
string
func
,
string
[
2
][]
args
,
CLError
error
,
string
file
=
__FILE__
,
size_t
line
=
__LINE__
)
;
}
Constructors
this
this
(
string
func
,
string
[
2
][]
args
,
CLError
error
,
string
file
=
__FILE__
,
size_t
line
=
__LINE__
)
Members
Variables
args
string
[
2
][]
args
;
error
CLError
error
;
func
string
func
;
Meta
Source
See Implementation
dcl
error
classes
CLCallException
CLException