meducation/filum

View on GitHub
lib/filum/filum_error.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Filum

  # The exception from which all other exceptions in this library derive.
  class FilumError < StandardError
  end

end