Exception: PandaGo::UrlNotSetError
- Defined in:
- lib/pandago/errors.rb
Instance Method Summary collapse
-
#initialize ⇒ UrlNotSetError
constructor
A new instance of UrlNotSetError.
Constructor Details
#initialize ⇒ UrlNotSetError
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 |