Exception: Bcash::Errors::EmptyAttributes

Inherits:
Exception
  • Object
show all
Defined in:
lib/bcash/errors/empty_attributes.rb

Instance Method Summary collapse

Constructor Details

#initializeEmptyAttributes

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