Exception: Rbnotes::NoArgumentError

Inherits:
Error
  • Object
show all
Defined in:
lib/rbnotes/error.rb

Overview

An error raised when no arguments is spcified.

Instance Method Summary collapse

Constructor Details

#initializeNoArgumentError

Returns a new instance of NoArgumentError.



95
96
97
# File 'lib/rbnotes/error.rb', line 95

def initialize
  super
end