Exception: Hyperloop::AccessViolation

Inherits:
StandardError
  • Object
show all
Defined in:
lib/hyper-operation/exception.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



3
4
5
# File 'lib/hyper-operation/exception.rb', line 3

def message
  "Hyperloop::Operation::AccessViolation: #{super}"
end