Exception: Train::PluginLoadError

Inherits:
UserError show all
Defined in:
lib/train/errors.rb

Overview

We could not load a plugin, because of a user error

Instance Attribute Summary collapse

Attributes inherited from Error

#reason

Method Summary

Methods inherited from Error

#initialize

Constructor Details

This class inherits a constructor from Train::Error

Instance Attribute Details

#transport_nameObject

Returns the value of attribute transport_name.



28
29
30
# File 'lib/train/errors.rb', line 28

def transport_name
  @transport_name
end