Skip to content

Commit

Permalink
Added newline character
Browse files Browse the repository at this point in the history
  • Loading branch information
mpbzh committed Apr 9, 2015
1 parent ccc8e01 commit b4bfe17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ class ConfigFileMissingException extends \Exception
public function __construct($code = 0, \Exception $previous = null) {
parent::__construct("The config file is missing.", $code, $previous);
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ class NoLogsConfiguredException extends \Exception
public function __construct($code = 0, \Exception $previous = null) {
parent::__construct("No valid log files have been configured.", $code, $previous);
}
}
}

0 comments on commit b4bfe17

Please sign in to comment.