Exception: Zoom::ProfileCanNotBeModifiedError

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

Instance Method Summary collapse

Constructor Details

#initialize(profile) ⇒ ProfileCanNotBeModifiedError

Returns a new instance of ProfileCanNotBeModifiedError.



4
5
6
# File 'lib/zoom/profile_can_not_be_modified_error.rb', line 4

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