PermissionError constructor
PermissionError(
- String method
Create a new instance.
method
is the method where the error occurred.
Implementation
PermissionError(this.method) : super("Permission denied for \"$method\"");