Exception: MiniRegistry::MiniRegistryError
- Defined in:
- ext/oci8/oraconf.rb
Instance Attribute Summary collapse
-
#api_name ⇒ Object
readonly
Returns the value of attribute api_name.
-
#code ⇒ Object
readonly
Returns the value of attribute code.
Instance Method Summary collapse
-
#initialize(api_name, code) ⇒ MiniRegistryError
constructor
A new instance of MiniRegistryError.
Constructor Details
#initialize(api_name, code) ⇒ MiniRegistryError
Returns a new instance of MiniRegistryError.
10 11 12 13 |
# File 'ext/oci8/oraconf.rb', line 10 def initialize(api_name, code) @api_name = api_name @code = code end |