Add required "className" constants with full names of classes

This commit is contained in:
Meritoo
2017-10-19 23:39:16 +02:00
parent bdbaebb5c0
commit 44f56bd50d
5 changed files with 8 additions and 2 deletions

View File

@@ -16,6 +16,8 @@ namespace Meritoo\Common\Exception\File;
*/
class EmptyFileException extends \Exception
{
const className = 'Meritoo\Common\Exception\File\EmptyFileException';
/**
* Class constructor
*