Exception: JSI::SchemaRegistry::ResourceNotFound
- Inherits:
-
StandardError
- Object
- StandardError
- JSI::SchemaRegistry::ResourceNotFound
- Defined in:
- lib/jsi/schema_registry.rb
Overview
an exception raised when a URI we are looking for has not been registered
Instance Attribute Summary collapse
-
#uri ⇒ Object
Returns the value of attribute uri.
Instance Attribute Details
#uri ⇒ Object
Returns the value of attribute uri.
17 18 19 |
# File 'lib/jsi/schema_registry.rb', line 17 def uri @uri end |