Exception: Rbnotes::NoArgumentError
- Defined in:
- lib/rbnotes/error.rb
Overview
An error raised when no arguments is spcified.
Instance Method Summary collapse
-
#initialize ⇒ NoArgumentError
constructor
A new instance of NoArgumentError.
Constructor Details
#initialize ⇒ NoArgumentError
Returns a new instance of NoArgumentError.
95 96 97 |
# File 'lib/rbnotes/error.rb', line 95 def initialize super end |