Exception: ZoomError::ProfileAlreadyExistsError

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

Instance Method Summary collapse

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