Sha256: 1d90c1eae0302e3588dd9176caef35c8f342106e7c405b5332edd0db221c92dc

Contents?: true

Size: 149 Bytes

Versions: 4

Compression:

Stored size: 149 Bytes

Contents

module Marvin
  
  class Error < StandardError; end
  
  # Used to stop the flow of handler chains.
  class HaltHandlerProcessing < Error; end
  
end

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
Sutto-marvin-0.1.0.20081014 lib/marvin/exceptions.rb
Sutto-marvin-0.1.0.20081016 lib/marvin/exceptions.rb
Sutto-marvin-0.1.20081115 lib/marvin/exceptions.rb
jeffrafter-marvin-0.1.20081115 lib/marvin/exceptions.rb