SemVerException.this

class SemVerException
@safe pure nothrow
this
(
string msg
,
string file = __FILE__
,
size_t line = __LINE__
,
Throwable next = null
)

Parameters

msg string

message

file string

file, where SemVerException have been throwed

line size_t

line number in file

next Throwable

next exception

Meta