Sha256: 2372a25e97b65e608f689b9042e5579c8b9c93875441a0af5d03b6dba74a3a83

Contents?: true

Size: 275 Bytes

Versions: 6

Compression:

Stored size: 275 Bytes

Contents

module Nineteen
  module Eighty
    module Two
      module Exceptions
        class SpectrumException < Exception
          attr_reader :message
          
          def initialize message
            @message = message
          end
        end
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
nineteen-eighty-two-0.1.9 lib/nineteen/eighty/two/exceptions.rb
nineteen-eighty-two-0.1.8 lib/nineteen/eighty/two/exceptions.rb
nineteen-eighty-two-0.1.7 lib/nineteen/eighty/two/exceptions.rb
nineteen-eighty-two-0.1.6 lib/nineteen/eighty/two/exceptions.rb
nineteen-eighty-two-0.1.5 lib/nineteen/eighty/two/exceptions.rb
nineteen-eighty-two-0.1.4 lib/nineteen/eighty/two/exceptions.rb