Exception: Remap::Failure::Error

Inherits:
Error
  • Object
show all
Extended by:
Dry::Initializer
Defined in:
lib/remap/failure/error.rb

Instance Method Summary collapse

Instance Method Details

#inspectString Also known as: to_s

Returns:

  • (String)


14
15
16
# File 'lib/remap/failure/error.rb', line 14

def inspect
  "#<%s %s>" % [self.class, to_hash.formatted]
end