Exception: ZoomError::ProfileDoesNotExistError

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

Instance Method Summary collapse

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