class Rbnotes::NoArgumentError

An error raised when no arguments is spcified.

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/rbnotes/error.rb, line 95
def initialize
  super
end