Exception: PandaGo::UrlNotSetError

Inherits:
Error
  • Object
show all
Defined in:
lib/pandago/errors.rb

Instance Method Summary collapse

Constructor Details

#initializeUrlNotSetError

Returns a new instance of UrlNotSetError.



11
12
13
# File 'lib/pandago/errors.rb', line 11

def initialize
  super("PandaGo url has not been configured")
end