class SequenceServer::BIN_DIR_NOT_FOUND

Raised if bin dir set, but does not exist.

Public Class Methods

new(ent) click to toggle source
Calls superclass method SequenceServer::ENOENT::new
# File lib/sequenceserver/exceptions.rb, line 57
def initialize(ent)
  super 'bin dir', ent
end