GetScopeError constructor

GetScopeError(
  1. String message
)

Might as well use a fun little class for the scope errors!

Implementation

GetScopeError(super.message);