You are here

LogicException.php in Typed Data API enhancements 8

File

src/Exception/LogicException.php
View source
<?php

namespace Drupal\typed_data\Exception;


/**
 * An exception that is thrown when there is an error in program logic.
 */
class LogicException extends TypedDataException {

}

Classes

Namesort descending Description
LogicException An exception that is thrown when there is an error in program logic.