Sha256: 839effeb388158500060c87e1fb61e77d313ed0055c486048cb8a870d84b25e9

Contents?: true

Size: 244 Bytes

Versions: 21

Compression:

Stored size: 244 Bytes

Contents

module Hyperloop
  class AccessViolation < StandardError
    def message
      "Hyperloop::Operation::AccessViolation: #{super}"
    end
  end

  class Operation
    class ValidationException < Mutations::ValidationException
    end
  end

end

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
hyper-operation-0.99.6 lib/hyper-operation/exception.rb
hyper-operation-0.99.5 lib/hyper-operation/exception.rb
hyper-operation-0.99.4 lib/hyper-operation/exception.rb
hyper-operation-0.99.3 lib/hyper-operation/exception.rb
hyper-operation-0.99.2 lib/hyper-operation/exception.rb
hyper-operation-0.99.1 lib/hyper-operation/exception.rb
hyper-operation-0.99.0 lib/hyper-operation/exception.rb
hyper-operation-1.0.0.lap28 lib/hyper-operation/exception.rb
hyper-operation-0.5.12 lib/hyper-operation/exception.rb
hyper-operation-0.5.11 lib/hyper-operation/exception.rb
hyper-operation-0.5.10 lib/hyper-operation/exception.rb
hyper-operation-0.5.9 lib/hyper-operation/exception.rb
hyper-operation-0.5.8 lib/hyper-operation/exception.rb
hyper-operation-0.5.7 lib/hyper-operation/exception.rb
hyper-operation-0.5.6 lib/hyper-operation/exception.rb
hyper-operation-0.5.5 lib/hyper-operation/exception.rb
hyper-operation-0.5.4 lib/hyper-operation/exception.rb
hyper-operation-0.5.3 lib/hyper-operation/exception.rb
hyper-operation-0.5.2 lib/hyper-operation/exception.rb
hyper-operation-0.5.1 lib/hyper-operation/exception.rb