Remove unused exception

This commit is contained in:
Stephen Sykes 2014-12-05 14:21:27 +02:00
parent cae893b322
commit e534d26352

View File

@ -53,8 +53,6 @@ class FastImage
class FastImageException < StandardError # :nodoc:
end
class MoreCharsNeeded < FastImageException # :nodoc:
end
class UnknownImageType < FastImageException # :nodoc:
end
class ImageFetchFailure < FastImageException # :nodoc: