Exception: Bcash::Errors::EmptyAttributes
- Inherits:
-
Exception
- Object
- Exception
- Bcash::Errors::EmptyAttributes
- Defined in:
- lib/bcash/errors/empty_attributes.rb
Instance Method Summary collapse
-
#initialize ⇒ EmptyAttributes
constructor
A new instance of EmptyAttributes.
Constructor Details
#initialize ⇒ EmptyAttributes
Returns a new instance of EmptyAttributes.
5 6 7 |
# File 'lib/bcash/errors/empty_attributes.rb', line 5 def initialize super("All attributes are required.") end |