Exception: Transifex::MissingParametersError

Inherits:
Error
  • Object
show all
Defined in:
lib/transifex/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(*missing_attributes) ⇒ MissingParametersError

Returns a new instance of MissingParametersError.



6
7
8
# File 'lib/transifex/errors.rb', line 6

def initialize(*missing_attributes)
  super("The following attributes are missing: " + missing_attributes.join(", "))
end