dcl ~master (2021-09-29T07:52:10.7823831)
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