You are here

MissingArgumentException.php in Little helpers 7.2

File

src/Services/MissingArgumentException.php
View source
<?php

namespace Drupal\little_helpers\Services;


/**
 * Exception thrown when a keyword argument is referenced but wasn’t passed.
 */
class MissingArgumentException extends \Exception {

}

Classes

Namesort descending Description
MissingArgumentException Exception thrown when a keyword argument is referenced but wasn’t passed.