Exception: Trax::Model::Errors::Base
- Inherits:
-
StandardError
- Object
- StandardError
- Trax::Model::Errors::Base
- Defined in:
- lib/trax/model/errors.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(*args) ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize(*args) ⇒ Base
Returns a new instance of Base.
5 6 7 8 |
# File 'lib/trax/model/errors.rb', line 5 def initialize(*args) = (self.class::MESSAGE + args).join("\n") super() end |