Remove unused errors

This commit is contained in:
William Vu
2018-03-17 01:28:31 -05:00
parent ba71c1f89f
commit 9d7ce73942
-2
View File
@@ -4,8 +4,6 @@
class MsfVenomError < StandardError; end
class HelpError < StandardError; end
class UsageError < MsfVenomError; end
class NoTemplateError < MsfVenomError; end
class IncompatibleError < MsfVenomError; end
require 'optparse'