Exception: PfDownloadException
- Inherits:
-
StandardError
- Object
- StandardError
- PfDownloadException
- Defined in:
- lib/publisher/pf_download_exception.rb
Instance Method Summary collapse
-
#initialize(message) ⇒ PfDownloadException
constructor
A new instance of PfDownloadException.
Constructor Details
#initialize(message) ⇒ PfDownloadException
Returns a new instance of PfDownloadException.
2 3 4 5 |
# File 'lib/publisher/pf_download_exception.rb', line 2 def initialize() super() AstmServer.log() end |