Skip to content

Commit f77630b

Browse files
committed
Resolved #40, clean
1 parent 67d9d99 commit f77630b

6 files changed

Lines changed: 6 additions & 6 deletions

src/Exceptions/ExtensionNotAllowedException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66

77
class ExtensionNotAllowedException extends Exception
88
{
9-
}
9+
}

src/Exceptions/FileErrorException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
class FileErrorException extends Exception
88
{
99
public const ERROR_CRITICAL_MESSAGE = 'There was some error with adding file. Contact with support team.';
10-
}
10+
}

src/Exceptions/FileExistException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
class FileExistException extends Exception
88
{
99
public const ERROR_CRITICAL_MESSAGE = 'There was some error with adding file. Contact with support team.';
10-
}
10+
}

src/Exceptions/FileNotFoundException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
class FileNotFoundException extends Exception
88
{
99
public const FILE_NOT_FOUND_MESSAGE = 'File not found.';
10-
}
10+
}

src/Exceptions/FileToBigException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
class FileToBigException extends Exception
88
{
99
public const FILE_TO_BIG_MESSAGE = 'The uploaded file exceeds the allowed size limit. Allowed file size: %s';
10-
}
10+
}

src/Exceptions/InvalidRequestException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66

77
class InvalidRequestException extends Exception
88
{
9-
}
9+
}

0 commit comments

Comments
 (0)