You are here

FileLogException.php in File Log 2.0.x

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

Namespace

Drupal\filelog

File

src/FileLogException.php
View source
<?php

namespace Drupal\filelog;


/**
 * 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.