Exception: Clubhouse::NoSuchMember

Inherits:
ClubhouseValidationError show all
Defined in:
lib/clubhouse2/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initialize(member) ⇒ NoSuchMember

Returns a new instance of NoSuchMember.



15
16
17
# File 'lib/clubhouse2/exceptions.rb', line 15

def initialize(member)
	super('no such member (%s)' % member)
end