class GoodData::NoProjectError
Constants
- DEFAULT_MSG
Public Class Methods
new(msg = DEFAULT_MSG)
click to toggle source
Calls superclass method
# File lib/gooddata/exceptions/no_project_error.rb, line 15 def initialize(msg = DEFAULT_MSG) super(msg) end