dcl ~master (2016-06-23T19:33:39Z)
Dub
Repo
CLException
dcl
error
class
CLException : Exception {
this
(
string
msg
,
string
file
=
__FILE__
,
size_t
line
=
__LINE__
)
;
}
Constructors
this
this
(
string
msg
,
string
file
=
__FILE__
,
size_t
line
=
__LINE__
)
Meta
Source
See Implementation
dcl
error
classes
CLCallException
CLException