Exception: Filemaker::Errors::FilemakerError
- Inherits:
-
StandardError
- Object
- StandardError
- Filemaker::Errors::FilemakerError
- Defined in:
- lib/filemaker/errors.rb
Direct Known Subclasses
ConcurrencyError, FileError, GeneralError, MissingError, SecurityError, SystemError, ValidationError
Instance Attribute Summary collapse
-
#code ⇒ Object
readonly
Returns the value of attribute code.
Instance Method Summary collapse
-
#initialize(code, message = nil) ⇒ FilemakerError
constructor
A new instance of FilemakerError.
Constructor Details
#initialize(code, message = nil) ⇒ FilemakerError
Returns a new instance of FilemakerError.
12 13 14 15 |
# File 'lib/filemaker/errors.rb', line 12 def initialize(code, = nil) @code = code super() end |
Instance Attribute Details
#code ⇒ Object (readonly)
Returns the value of attribute code.
10 11 12 |
# File 'lib/filemaker/errors.rb', line 10 def code @code end |