Sha256: cb07a785203d3c400cf197ace504aedce3510913dffca7b39fb20479b1272ab0

Contents?: true

Size: 478 Bytes

Versions: 16

Compression:

Stored size: 478 Bytes

Contents

#Copyright (c) 2008-2009 Peter H. Boling of 9thBit LLC
#Released under the MIT license

module SuperExceptionNotifier
  module CustomExceptionClasses

    class AccessDenied < StandardError; end
    class ResourceGone < StandardError; end
    class NotImplemented < StandardError; end
    class PageNotFound < StandardError; end
    class InvalidMethod < StandardError; end
    class CorruptData < StandardError; end
    class MethodDisabled < StandardError; end
    
  end
end

Version data entries

16 entries across 16 versions & 3 rubygems

Version Path
pboling-super_exception_notifier-1.6.5 lib/super_exception_notifier/custom_exception_classes.rb
pboling-super_exception_notifier-1.6.6 lib/super_exception_notifier/custom_exception_classes.rb
pboling-super_exception_notifier-1.6.7 lib/super_exception_notifier/custom_exception_classes.rb
pboling-super_exception_notifier-1.6.8 lib/super_exception_notifier/custom_exception_classes.rb
pboling-super_exception_notifier-1.7.0 lib/super_exception_notifier/custom_exception_classes.rb
pboling-super_exception_notifier-1.7.1 lib/super_exception_notifier/custom_exception_classes.rb
super_exception_notifier-2.0.8 lib/super_exception_notifier/custom_exception_classes.rb
super_exception_notifier-2.0.7 lib/super_exception_notifier/custom_exception_classes.rb
super_exception_notifier-2.0.6 lib/super_exception_notifier/custom_exception_classes.rb
super_exception_notifier-2.0.5 lib/super_exception_notifier/custom_exception_classes.rb
bmpercy-exception_notification-2.0.5 lib/super_exception_notifier/custom_exception_classes.rb
super_exception_notifier-2.0.4 lib/super_exception_notifier/custom_exception_classes.rb
super_exception_notifier-2.0.3 lib/super_exception_notifier/custom_exception_classes.rb
super_exception_notifier-2.0.2 lib/super_exception_notifier/custom_exception_classes.rb
super_exception_notifier-2.0.1 lib/super_exception_notifier/custom_exception_classes.rb
super_exception_notifier-2.0.0 lib/super_exception_notifier/custom_exception_classes.rb