ScopeNotFoundException constructor

ScopeNotFoundException(
  1. Type valueType
)

Create a ScopeNotFoundException error with the type represented as a String.

Implementation

ScopeNotFoundException(this.valueType);