Exception: ZoomError::ProfileCanNotBeModifiedError

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

Instance Method Summary collapse

Constructor Details

#initialize(profile) ⇒ ProfileCanNotBeModifiedError

Returns a new instance of ProfileCanNotBeModifiedError.



18
19
20
# File 'lib/zoom_error.rb', line 18

def initialize(profile)
    super("Profile #{profile} can not be modified!")
end