Exception: InvariantError

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

Overview

Base invariant violation error

Instance Method Summary collapse

Instance Method Details

#to_contract_errorObject



44
45
46
# File 'lib/contracts/errors.rb', line 44

def to_contract_error
  self
end