PermissionsError

Raised when an action cannot be performed due to a lack of permissions

class PermissionsError : Exception {}

Constructors

this
this(Permissions perm, T args)

Undocumented in source.

Members

Variables

perm
Permissions perm;

Undocumented in source.

Meta