Exception: Zoom::ProfileCanNotBeModifiedError
- Defined in:
- lib/zoom/profile_can_not_be_modified_error.rb
Instance Method Summary collapse
-
#initialize(profile) ⇒ ProfileCanNotBeModifiedError
constructor
A new instance of ProfileCanNotBeModifiedError.
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 |