Exception: Omnizip::NotLicensedError
- Defined in:
- lib/omnizip/error.rb
Instance Method Summary collapse
-
#initialize(message = default_message) ⇒ NotLicensedError
constructor
A new instance of NotLicensedError.
Constructor Details
#initialize(message = default_message) ⇒ NotLicensedError
Returns a new instance of NotLicensedError.
65 66 67 |
# File 'lib/omnizip/error.rb', line 65 def initialize( = ) super end |