Exception: Rudy::Metadata::UnknownObject

Inherits:
Error
  • Object
show all
Defined in:
lib/rudy/exceptions.rb

Instance Method Summary collapse

Methods inherited from Error

#initialize

Constructor Details

This class inherits a constructor from Rudy::Error

Instance Method Details

#messageObject



77
# File 'lib/rudy/exceptions.rb', line 77

def message; "Unknown object: #{@obj}"; end