Exception: Jsapi::Meta::ReferenceError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/jsapi/meta/reference_error.rb

Overview

Raised when a reference can’t be resolved.

Instance Method Summary collapse

Constructor Details

#initialize(reference) ⇒ ReferenceError

Returns a new instance of ReferenceError.



7
8
9
# File 'lib/jsapi/meta/reference_error.rb', line 7

def initialize(reference)
  super("reference can't be resolved: '#{reference}'")
end