PermissionError constructor

PermissionError(
  1. String method
)

Create a new instance. method is the method where the error occurred.

Implementation

PermissionError(this.method) : super("Permission denied for \"$method\"");