class Gallerist::LibraryInUseError
This code is free software; you can redistribute it and/or modify it under the terms of the new BSD License.
Copyright © 2015, Sebastian Staudt
Public Class Methods
new(library_path)
click to toggle source
Calls superclass method
# File lib/gallerist/errors.rb, line 8 def initialize(library_path) super "The library '%s' is currently in use." % [ library_path ] end