Sha256: e5f46b1eaf78e36470281e133f635a49772bd9c0c1b3989fb09b585218d08209

Contents?: true

Size: 214 Bytes

Versions: 14

Compression:

Stored size: 214 Bytes

Contents

module Doozer
  module Exceptions
    
    # Runtime Error for handling Route intialization errors.
    class Route < RuntimeError
      def initialize(message)
        @message=message
      end
    end

  end
end

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
grippy-doozer-0.1.4 lib/doozer/exceptions.rb
grippy-doozer-0.1.5 lib/doozer/exceptions.rb
doozer-0.4.4 lib/doozer/exceptions.rb
doozer-0.4.3 lib/doozer/exceptions.rb
doozer-0.4.2 lib/doozer/exceptions.rb
doozer-0.4.1 lib/doozer/exceptions.rb
doozer-0.4.0 lib/doozer/exceptions.rb
doozer-0.3.1 lib/doozer/exceptions.rb
doozer-0.3.0 lib/doozer/exceptions.rb
doozer-0.2.6 lib/doozer/exceptions.rb
doozer-0.2.5 lib/doozer/exceptions.rb
doozer-0.2.2 lib/doozer/exceptions.rb
doozer-0.2.1 lib/doozer/exceptions.rb
doozer-0.2.0 lib/doozer/exceptions.rb