class NeonRAW::Errors::GoldRequired

You need gold to do that.

Public Class Methods

new(msg = 'You need gold to do that.') click to toggle source
Calls superclass method
# File lib/NeonRAW/errors.rb, line 243
def initialize(msg = 'You need gold to do that.')
  super(msg)
end