SelectorException.this

Construct a selector exception with the provided text string

class SelectorException
this
(
string msg
,
string file
,)

Parameters

file string

name of the source file where the exception was thrown; you would normally use __FILE__ for this parameter.

line size_t

line number of the source file where the exception was thrown; you would normally use __LINE__ for this parameter.

Meta