You are here

FileLogException.php in File Log 8

Same filename and directory in other branches
  1. 2.0.x src/FileLogException.php

Namespace

Drupal\filelog

File

src/FileLogException.php
View source
<?php

namespace Drupal\filelog;

use Exception;

/**
 * An exception thrown when a logfile operation fails.
 */
class FileLogException extends Exception {

}

Classes

Namesort descending Description
FileLogException An exception thrown when a logfile operation fails.