Skip to content

Commit

Permalink
fix: linter
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurHoaro committed Nov 24, 2022
1 parent 777e774 commit 1a00a25
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 12 deletions.
1 change: 0 additions & 1 deletion src/Exception/BadRegexException.php
Expand Up @@ -6,5 +6,4 @@

class BadRegexException extends WebThumbnailerException
{

}
1 change: 0 additions & 1 deletion src/Exception/BadRulesException.php
Expand Up @@ -6,5 +6,4 @@

class BadRulesException extends WebThumbnailerException
{

}
1 change: 0 additions & 1 deletion src/Exception/CacheException.php
Expand Up @@ -6,5 +6,4 @@

class CacheException extends WebThumbnailerException
{

}
1 change: 0 additions & 1 deletion src/Exception/DownloadException.php
Expand Up @@ -6,5 +6,4 @@

class DownloadException extends WebThumbnailerException
{

}
1 change: 0 additions & 1 deletion src/Exception/IOException.php
Expand Up @@ -6,5 +6,4 @@

class IOException extends WebThumbnailerException
{

}
1 change: 0 additions & 1 deletion src/Exception/ImageConvertException.php
Expand Up @@ -6,5 +6,4 @@

class ImageConvertException extends WebThumbnailerException
{

}
1 change: 0 additions & 1 deletion src/Exception/MissingRequirementException.php
Expand Up @@ -6,5 +6,4 @@

class MissingRequirementException extends WebThumbnailerException
{

}
1 change: 0 additions & 1 deletion src/Exception/NotAnImageException.php
Expand Up @@ -6,5 +6,4 @@

class NotAnImageException extends WebThumbnailerException
{

}
1 change: 0 additions & 1 deletion src/Exception/NotImplementedException.php
Expand Up @@ -6,5 +6,4 @@

class NotImplementedException extends WebThumbnailerException
{

}
1 change: 0 additions & 1 deletion src/Exception/ThumbnailNotFoundException.php
Expand Up @@ -6,5 +6,4 @@

class ThumbnailNotFoundException extends WebThumbnailerException
{

}
1 change: 0 additions & 1 deletion src/Exception/UnsupportedDomainException.php
Expand Up @@ -6,5 +6,4 @@

class UnsupportedDomainException extends WebThumbnailerException
{

}
1 change: 0 additions & 1 deletion src/Exception/WebThumbnailerException.php
Expand Up @@ -6,5 +6,4 @@

abstract class WebThumbnailerException extends \Exception
{

}

0 comments on commit 1a00a25

Please sign in to comment.