Module: ExceptionList

Defined in:
lib/exception_list.rb,
lib/exception_list/version.rb,
lib/exception_list/exceptions.rb

Defined Under Namespace

Classes: Exceptions

Constant Summary collapse

VERSION =
"0.0.1"

Class Method Summary collapse

Class Method Details

.allObject



6
7
8
# File 'lib/exception_list.rb', line 6

def self.all
  Exceptions.new.all
end