Sha256: 47fb3fed77b558783653a060beea0a5d14de4d597450aff620fb1be269953883

Contents?: true

Size: 240 Bytes

Versions: 19

Compression:

Stored size: 240 Bytes

Contents

module Marvin
  
  class Error < StandardError; end
  
  # Used to stop the flow of handler chains.
  class HaltHandlerProcessing < Error; end
  
  # Used for when an expression can't be parsed
  class UnparseableMessage < Error; end
  
end

Version data entries

19 entries across 19 versions & 3 rubygems

Version Path
Sutto-marvin-0.1.20081120 lib/marvin/exceptions.rb
Sutto-marvin-0.2.0 lib/marvin/exceptions.rb
Sutto-marvin-0.2.1 lib/marvin/exceptions.rb
Sutto-marvin-0.2.2 lib/marvin/exceptions.rb
Sutto-marvin-0.2.3 lib/marvin/exceptions.rb
Sutto-marvin-0.2.4 lib/marvin/exceptions.rb
Sutto-marvin-0.3.0 lib/marvin/exceptions.rb
Sutto-marvin-0.3.2 lib/marvin/exceptions.rb
Sutto-marvin-0.3.3 lib/marvin/exceptions.rb
Sutto-marvin-0.3.4 lib/marvin/exceptions.rb
Sutto-marvin-0.4.0 lib/marvin/exceptions.rb
Sutto-marvin-0.8.0.0 lib/marvin/exceptions.rb
Sutto-marvin-0.8.0.1 lib/marvin/exceptions.rb
jeffrafter-marvin-0.1.20081120 lib/marvin/exceptions.rb
marvin-0.8.2 lib/marvin/exceptions.rb
marvin-0.8.1 lib/marvin/exceptions.rb
marvin-0.8.0.2 lib/marvin/exceptions.rb
marvin-0.8.0.1 lib/marvin/exceptions.rb
marvin-0.8.0.0 lib/marvin/exceptions.rb