Exception: ZoomError::ProfileClassUnknownError

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

Instance Method Summary collapse

Constructor Details

#initialize(clas) ⇒ ProfileClassUnknownError

Returns a new instance of ProfileClassUnknownError.



24
25
26
# File 'lib/zoom_error.rb', line 24

def initialize(clas)
    super("Profile class #{clas} unknown!")
end