Exception: RubyApp::Exceptions::Base::BaseException

Inherits:
Exception
  • Object
show all
Extended by:
Mixins::TranslateMixin
Defined in:
lib/ruby_app/exceptions/base/base_exception.rb

Direct Known Subclasses

SessionInvalidException

Instance Method Summary collapse

Methods included from Mixins::TranslateMixin

localize, translate

Constructor Details

#initialize(message) ⇒ BaseException

Returns a new instance of BaseException.



11
12
13
# File 'lib/ruby_app/exceptions/base/base_exception.rb', line 11

def initialize(message)
  super(message)
end