Sha256: f082111f8c25b57123ef03fad4dda0623013015272f6333425c7446753ba627e

Contents?: true

Size: 257 Bytes

Versions: 11

Compression:

Stored size: 257 Bytes

Contents

module Mack
  module Errors # :nodoc:
    
    class UnconvertedNotifier < StandardError
      def initialize # :nodoc:
        super("You must convert the Mack::Notifier object first!")
      end
    end # UnconvertedNotifier
    
  end # Errors
end # Mack

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
mack-notifier-0.6.1.1 lib/mack-notifier/errors.rb
mack-notifier-0.7.0.1 lib/mack-notifier/errors.rb
mack-notifier-0.8.0 lib/mack-notifier/errors.rb
mack-notifier-0.8.0.101 lib/mack-notifier/errors.rb
mack-notifier-0.8.0.2 lib/mack-notifier/errors.rb
mack-notifier-0.6.1 lib/mack-notifier/errors.rb
mack-notifier-0.6.1.2 lib/mack-notifier/errors.rb
mack-notifier-0.7.0 lib/mack-notifier/errors.rb
mack-notifier-0.7.1 lib/mack-notifier/errors.rb
mack-notifier-0.7.1.1 lib/mack-notifier/errors.rb
mack-notifier-0.8.0.1 lib/mack-notifier/errors.rb