class PandaGo::UrlNotSetError
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/pandago/errors.rb, line 11 def initialize super("PandaGo url has not been configured") end