PolicyError constructor

PolicyError(
  1. String method
)

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

Implementation

PolicyError(final String method)
    : super("The browser's policy doesn't allow the method \"$method\"");