ArsdExceptionBase.this

Don't call this except from other exceptions; this is essentially an abstract class.

class ArsdExceptionBase
package
this
(
string operation
,
string file = __FILE__
,
size_t line = __LINE__
,
Throwable next = null
)

Parameters

operation string

the specific operation that failed, throwing the exception

Meta