Add missing function comment

This commit is contained in:
2020-11-22 15:42:56 +01:00
parent 258781307d
commit c60932088d
3 changed files with 5 additions and 7 deletions

View File

@ -5,7 +5,6 @@ declare(strict_types = 1);
* Exception thrown by MDJail if a required security option has not been set.
*/
final class MDJailSecurityOptionNotSetException extends Exception {
/**
* Error message.
*
@ -17,5 +16,4 @@ final class MDJailSecurityOptionNotSetException extends Exception {
return $errorMsg;
}
}