Class: ImapMogura::CustomOptionError
- Inherits:
-
Thor::Error
- Object
- Thor::Error
- ImapMogura::CustomOptionError
- Defined in:
- lib/imap_mogura/cli.rb
Instance Method Summary collapse
-
#initialize(msg = "Custom option error message") ⇒ CustomOptionError
constructor
A new instance of CustomOptionError.
Constructor Details
#initialize(msg = "Custom option error message") ⇒ CustomOptionError
Returns a new instance of CustomOptionError.
10 11 12 |
# File 'lib/imap_mogura/cli.rb', line 10 def initialize(msg = "Custom option error message") super end |