You are here

class FileLogException in File Log 8

Same name and namespace in other branches
  1. 2.0.x src/FileLogException.php \Drupal\filelog\FileLogException

An exception thrown when a logfile operation fails.

Hierarchy

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\filelog
View source
class FileLogException extends Exception {

}

Members