Exception: Isort::FileSkipped
Overview
Raised when file contains skip directive
Instance Method Summary collapse
-
#initialize(file_path, reason = "skip directive") ⇒ FileSkipped
constructor
A new instance of FileSkipped.
Constructor Details
#initialize(file_path, reason = "skip directive") ⇒ FileSkipped
Returns a new instance of FileSkipped.
32 33 34 |
# File 'lib/isort.rb', line 32 def initialize(file_path, reason = "skip directive") super("#{file_path} skipped due to #{reason}") end |