Exception: Unitsml::Errors::PlurimathLoadError
- Inherits:
-
Unitsml::Error
- Object
- StandardError
- Unitsml::Error
- Unitsml::Errors::PlurimathLoadError
- Defined in:
- lib/unitsml/errors/plurimath_load_error.rb
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
6 7 8 9 10 11 12 13 14 15 16 |
# File 'lib/unitsml/errors/plurimath_load_error.rb', line 6 def to_s " [unitsml] Error: Failed to require 'plurimath'.\n [unitsml] Please add 'plurimath' in your gemfile and run 'bundle install'\n [unitsml] OR\n [unitsml] run following command to install the gem:\n [unitsml] gem install plurimath\n [unitsml] If this is a bug, please report at our official issue tracker:\n [unitsml] https://github.com/unitsml/unitsml-ruby/issues\n MESSAGE\nend\n" |