Exception: ZoomError::ProfileCanNotBeModifiedError
- Defined in:
- lib/zoom_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.
18 19 20 |
# File 'lib/zoom_error.rb', line 18 def initialize(profile) super("Profile #{profile} can not be modified!") end |