phpBB

Code Changes

File: phpbb/report/exception/factory_invalid_argument_exception.php

  Unmodified   Added   Modified   Removed
Line 13Line 13

namespace phpbb\report\exception;



namespace phpbb\report\exception;


use \phpbb\exception\runtime_exception;

use phpbb\exception\runtime_exception;


class factory_invalid_argument_exception extends runtime_exception
{


class factory_invalid_argument_exception extends runtime_exception
{