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



31
32
33
# File 'lib/cassette/errors.rb', line 31

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