Exception: Pluginscan::IOError

Inherits:
Error
  • Object
show all
Defined in:
lib/pluginscan/error.rb

Class Method Summary collapse

Class Method Details

.message(file_class) ⇒ Object



5
6
7
# File 'lib/pluginscan/error.rb', line 5

def self.message(file_class)
  "Expected error_list_file to be an I/O object (e.g. a file) which implements `puts`. Got a #{file_class}"
end