class FileLogException in File Log 8
Same name and namespace in other branches
- 2.0.x src/FileLogException.php \Drupal\filelog\FileLogException
An exception thrown when a logfile operation fails.
Hierarchy
- class \Drupal\filelog\FileLogException extends \Exception
Expanded class hierarchy of FileLogException
2 files declare their use of FileLogException
- FileLog.php in src/
Logger/ FileLog.php - FileLogRotationTest.php in tests/
src/ Unit/ FileLogRotationTest.php
File
- src/
FileLogException.php, line 10
Namespace
Drupal\filelogView source
class FileLogException extends Exception {
}