Exception: ApplicationError
- Inherits:
-
StandardError
- Object
- StandardError
- ApplicationError
- Defined in:
- lib/generators/propel_facets/templates/errors/application_error.rb
Overview
Base class for all errors raised by this application
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(msg = 'Application error') ⇒ ApplicationError
constructor
A new instance of ApplicationError.
Constructor Details
#initialize(msg = 'Application error') ⇒ ApplicationError
Returns a new instance of ApplicationError.
7 8 9 |
# File 'lib/generators/propel_facets/templates/errors/application_error.rb', line 7 def initialize(msg = 'Application error') super end |