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