myGrid/ruby-ro-bundle

View on GitHub
lib/ro-bundle/exceptions.rb

Summary

Maintainability
A
0 mins
Test Coverage
#------------------------------------------------------------------------------
# Copyright (c) 2014 The University of Manchester, UK.
#
# BSD Licenced. See LICENCE.rdoc for details.
#
# Author: Robert Haines
#------------------------------------------------------------------------------

#
module ROBundle

  # The base of all exceptions raised by this library.
  class ROError < RuntimeError
  end

end