You are here

FormAssemblyException.php in FormAssembly 8

File

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

namespace Drupal\formassembly\Exception;


/**
 * Provides a custom Exception that we can catch.
 *
 * @author Shawn P. Duncan <code@sd.shawnduncan.org>
 *
 * Copyright 2018 by Shawn P. Duncan.  This code is
 * released under the GNU General Public License.
 * Which means that it is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or (at
 * your option) any later version.
 * http://www.gnu.org/licenses/gpl.html
 * @package Drupal\formassembly
 */
class FormAssemblyException extends \Exception {

}

Classes

Namesort descending Description
FormAssemblyException Provides a custom Exception that we can catch.