Exception: ZoomError::ProfileAlreadyExistsError
- Defined in:
- lib/zoom_error.rb
Instance Method Summary collapse
-
#initialize(profile) ⇒ ProfileAlreadyExistsError
constructor
A new instance of ProfileAlreadyExistsError.
Constructor Details
#initialize(profile) ⇒ ProfileAlreadyExistsError
Returns a new instance of ProfileAlreadyExistsError.
12 13 14 |
# File 'lib/zoom_error.rb', line 12 def initialize(profile) super("Profile #{profile} already exists!") end |