Exception: ZoomError::ProfileDoesNotExistError
- Defined in:
- lib/zoom_error.rb
Instance Method Summary collapse
-
#initialize(profile) ⇒ ProfileDoesNotExistError
constructor
A new instance of ProfileDoesNotExistError.
Constructor Details
#initialize(profile) ⇒ ProfileDoesNotExistError
Returns a new instance of ProfileDoesNotExistError.
30 31 32 |
# File 'lib/zoom_error.rb', line 30 def initialize(profile) super("Profile #{profile} does not exist!") end |