Class: FC::Error
Instance Attribute Summary
Attributes inherited from DbBase
#additional_fields, #database_fields, #id
Class Method Summary collapse
Methods inherited from DbBase
create_from_fiels, #delete, find, #initialize, #reload, #save, set_table, where
Constructor Details
This class inherits a constructor from FC::DbBase
Class Method Details
.raise(error, options = {}) ⇒ Object
17 18 19 |
# File 'lib/daemon.rb', line 17 def raise(msg, = {}) error(msg, ) end |