Sage/handler_registerable

View on GitHub
lib/handler_registerable/exceptions.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
module HandlerRegisterable
  # Exceptions
  module Exceptions
    autoload :NoHandlerAccepted, 'handler_registerable/exceptions/no_handler_accepted'
  end
end