Exception: PfDownloadException

Inherits:
StandardError
  • Object
show all
Defined in:
lib/publisher/pf_download_exception.rb

Instance Method Summary collapse

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(message)
  super(message)
  AstmServer.log(message)
end