class Profession::ProfessionNotFound
Public Class Methods
new(msg = 'This profession is not yet on the list')
click to toggle source
Calls superclass method
# File lib/profession.rb, line 50 def initialize(msg = 'This profession is not yet on the list') super end