Exception: ComicInfo::Errors::FileError

Inherits:
ComicInfoError show all
Defined in:
lib/comicinfo/errors.rb

Overview

Error raised when file cannot be read

Instance Method Summary collapse

Constructor Details

#initialize(message = 'Failed to read file') ⇒ FileError

Returns a new instance of FileError.



15
16
17
# File 'lib/comicinfo/errors.rb', line 15

def initialize message = 'Failed to read file'
  super
end