Exception: Cassette::Errors::Base

Inherits:
StandardError
  • Object
show all
Defined in:
lib/cassette/errors.rb

Direct Known Subclasses

NotACustomer, NotAnEmployee

Instance Method Summary collapse

Instance Method Details

#codeObject



29
30
31
# File 'lib/cassette/errors.rb', line 29

def code
  self.class.const_get('CODE')
end