dcl v0.6.0 (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, size_t line);
}
Constructors
this
this
(string func, string[2][] args, CLError error, string file, size_t line)
Members
Variables
args
string
[
2
][]
args
;
error
CLError
error
;
func
string
func
;
Meta
Source
See Implementation
dcl
error
classes
CLCallException
CLException
enums
CLError
functions
assertEq
assertNull